﻿@charset "utf-8";
/* CSS Document */
/* 全局公共样式的设定 */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd {
    margin: 0;
    padding: 0px;
    border: 0;
}

body {
    color: #333;
    font: 18px Arial, '微软雅黑';
    font-family: '微软雅黑', 'Arial Narrow', HELVETICA;
}

li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

input,
button,
textarea,
select {
    font: 100% Arial, '微软雅黑';
}

/* 默认全局样式超链接样式*/
a:link {
    color: #333;
    text-decoration: none;
}
/* 链接基本样式 */
a:visited {
    color: #333;
    text-decoration: none;
}
/* 链接点击过后的样式 */
a:hover {
    color: #e61101;
    text-decoration: none;
    cursor: pointer;
}
/* 链接移上时的样式 */
a:active {
    color: #e61101;
    text-decoration: none;
}
/* 链接点击时的样式 */

/* 其它常用样式的定义 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.noBorder {
    border: none;
}

img,
li {
    vertical-align: top;
}
/* 解决图片和LI的高度空隙问题 */

/*--基本输入框--*/
.from-control {
    border: none;
    color: #444;
    outline: none;
    font-size: 14px;
}

.btn-default, .btn {
    border: none;
    outline: none;
    cursor: pointer;
}

input.formcolumn {
    border: none;
    background: none;
    outline: none;
}


ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

    ul li.last {
        margin: 0 !important;
        border-right: none !important;
    }

.all {
    width: 100%;
}

.hd {
    width: 100%;
}

.bd {
    width: 100%;
}

.from-control {
    border: none;
    color: #444;
    outline: none;
}

.btn {
    border: none;
    outline: none;
    cursor: pointer;
}

/* 单行文本溢出 */
.es {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.es-2 {
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*数字是几就显示几行*/
    -webkit-box-orient: vertical;
    word-break: break-word;
}

/* 旋转180deg */
.rotateZ-180 {
    transform: rotateZ(-180deg);
}

/* 内容区域样式 */
.content-box {
    width: 1252px;
    margin: 0 auto;
}

/* 头部样式 */
.page-header {
    width: 100%;
    background: url('../images/top-bg.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 9px;
    color: #fff;
  	min-width: 1252px;
}

.df-jcsb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-container a {
    color: #fff;
}

.header-container .hc-left-box .icon-line {
    width: 1px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    display: block;
}

.header-container .hc-left-box {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.header-container .hc-right-box {
    width: auto;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    overflow: inherit;
}

    .header-container .hc-right-box li {
        display: flex;
        align-items: center;
        margin-left: 14px;
        cursor: pointer;
    }

        .header-container .hc-right-box li .iconfont {
            margin-right: 2px;
            font-size: 12px;
        }

.page-header .header-content {
    padding: 30px 0;
    margin-bottom: 20px;
}
/*.page-header .header-content .df-jcsb{ align-items: stretch;}*/

.header-content .newlogo {
    width: 434px;
    height: 98px;	
}

.header-content .left-logo-box img {
    width: 100%;
    object-fit: contain;
}

.header-content .right-select-box {
    padding-bottom: 35px;
}

.right-select-box .model-list-box,
.right-headermeunu .model-list-box,
.auxiliary-box .model-list-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
}

    .right-select-box .model-list-box a,
    .right-headermeunu .model-list-box a,
    .auxiliary-box .model-list-box a {
        color: #fff;
        display: block;
        padding: 4px 15px;
    }

    .right-select-box .model-list-box li,
    .right-headermeunu .model-list-box li,
    .auxiliary-box .model-list-box li {
        background: #f0a532;
        border-radius: 20px;
        font-weight: bold;
        margin-left: 10px;
        min-width: 68px;
        text-align: center;
        box-sizing: border-box;
    }

.header-content .search-box {
    display: flex;
    box-sizing: border-box;
    border-radius: 40px;
    /* background: #fff;*/
    overflow: hidden;
}

    .header-content .search-box .search-input {
        border: none;
        background: #fff;
        outline: none;
        /*height: 48px;
        line-height: 48px;*/
        height: 54px;
        line-height: 54px;
        padding: 0 15px;
        width: 350px;
        /*flex: 1;*/
        font-size: 16px;
    }

    .header-content .search-box .search-but {
        display: flex;
        align-items: center;
        font-size: 16px;
        background: #4876e6;
        padding: 0 15px 0 10px;
        cursor: pointer;
        border-bottom-right-radius: 40px;
        border-top-right-radius: 40px;
    }

        .header-content .search-box .search-but .iconfont {
            margin-right: 5px;
        }

.header-content .search-hot-list {
    display: flex;
    padding: 8px 0 10px 0;
    font-size: 14px;
}

    .header-content .search-hot-list li {
        margin-left: 15px;
        cursor: pointer;
    }

/* 公共头部样式调整 */
.header-nav {
    height: 58px;
    line-height: 58px;
    background: url('../images/menu-bg.jpg') center center no-repeat;
    background-size: cover;
}

    .header-nav .header-nav-list {
        display: flex;
        align-items: center;
        font-size: 20px;
    }

        .header-nav .header-nav-list a {
            color: #fff;
        }

        .header-nav .header-nav-list .icon-line {
            margin: 0 2px;
            width: 1px;
            height: 18px;
            background-color: #3f7ec1;
            display: block;
        }

        .header-nav .header-nav-list li.menu-line {
            color: #fff;
            padding: 0 !important;
            display: initial;
            position: relative;
            cursor: initial;
        }

            .header-nav .header-nav-list li.menu-line:hover {
                background: none;
            }

        .header-nav .header-nav-list .icon-line-blod {
            height: 22px;
            width: 2px;
            background-color: #fff;
        }

        .header-nav .header-nav-list li:not(.menu-line), .header-nav .header-nav-list li a {
            color: #fff;
            padding: 0 22px;
            display: block;
            position: relative;
            cursor: pointer;
        }

            .header-nav .header-nav-list li:not(.menu-line)::after {
                content: '';
                border: 5px solid transparent;
                border-bottom-color: #fff;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                transition: all 0.2s;
                opacity: 0;
                visibility: hidden;
            }

        .header-nav .header-nav-list li:hover {
            background: rgba(0, 0, 0, 0.1);
        }

            .header-nav .header-nav-list li:hover::after {
                opacity: 1;
                visibility: visible;
            }

        .header-nav .header-nav-list .active {
            font-weight: bold;
            background: rgba(0, 0, 0, 0.1);
            position: relative;
        }

            .header-nav .header-nav-list .active::after {
                opacity: 1 !important;
                visibility: visible !important;
            }

    .header-nav .header-nav-type {
        justify-content: center;
    }

        .header-nav .header-nav-type li:not(.menu-line) {
            min-width: 116px;
            box-sizing: border-box;
            text-align: center;
            font-weight: bold;
        }

            .header-nav .header-nav-type li:not(.menu-line)::after {
                content: none;
            }

.zhineng {
    width: 137px;
    height: 48px;
    background: url(../images/ys-znwdbg.png) no-repeat;
    padding-left: 53px;
    line-height: 48px;
    color: #fff;
    margin-left: 6px;
	box-sizing: border-box;
  	font-size: 16px;
}
.zhineng a {
        color: #fff;
    }


/*-----首页头部头部样式----*/

.page-main .content-box {
    background: #fff;
    padding: 10px 15px 0px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    /*min-height: 400px;*/
}
.page-main .heardSearchBox .content-box{
	padding-top:0;
}

.index-header {
    width: 100%;
    background: url('../images/sytop-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}

    .index-header .header-container {
        background: #1082ce;
    }

.topcenter {
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
}

.index-header .auxiliary-box {
    margin-top: 26px;
}

.sylogo-box {
    width: 477px;
    margin: 0 auto;
    height: 98px;
    margin-top: 35px;
}

.sy-select-box {
    width: 685px;
    margin: 35px auto 51px auto;
    padding-left: 142px;
}

.searchframe {
    width: 100%;
    height: 48px;
    line-height: 48px;
}


.header-content .searchframe .search-input {
    width: 372px;
    height: 48px;
    line-height: 48px;
    text-indent: 6px;
}

.header-content .searchframe .search-but {
    height: 48px;
    line-height: 48px;
    padding: 0 12px 0 8px;
    text-align: center;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #21a3ed), color-stop(100%, #0b86dd) );
    background: -webkit-linear-gradient(left, #21a3ed, #0b86dd);
    background: -o-linear-gradient(left, #21a3ed, #0b86dd);
    background: -moz-linear-gradient(left, #21a3ed, #0b86dd);
    background: -mos-linear-gradient(left, #21a3ed, #0b86dd);
    background: -ms-linear-gradient(left, #21a3ed 0%, #0b86dd 100%);
    background: linear-gradient(left, #21a3ed, #0b86dd);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21a3ed', endColorstr='#0b86dd',GradientType=1 );
}

.searchframe .search-but i {
    font-size: 20px;
}

.sy-select-box .search-hot-list {
	display:inline-block !important;
	width: auto;
margin-top: 8px;
height: 32px; line-height: 30px;padding:0 5px 0 0!important; 
	*background: url(../images/hotci-bg.png) no-repeat;
	background: linear-gradient(to right, rgba(169, 168, 168, 0.55), rgba(127, 193, 227, 0.55));
	border-radius: 5px;-webkit-border-radius:5px; -moz-border-radius:5px;	
	box-sizing: border-box;
}

.sy-select-box .search-hot-list li{ float: left;}

/*---搜索部分修改---*/
.minddle-main {
    width: 100%;
    background: url(../images/middle-topbg.jpg) no-repeat center top !important;
    margin: 0 auto;
    display: block;
	min-width: 1252px;
}

    .minddle-main .heardSearchBox {
        padding-top: 30px;
    }

.heardSearchBox .sy-select-box {
    width: 642px !important;
}

.heardSearchBox .search-box {
    display: flex;
    box-sizing: border-box;
    border-radius: 40px;
    background:rgba(255,255,255,0.7);*background:rgba(255,255,255,0.7);
    overflow: hidden;
}

    .heardSearchBox .search-box .search-input {
        border: none;
        background: rgba(0, 0, 0, 0);
        outline: none;
        height: 48px;
        line-height: 48px;
        padding: 0 15px 0 20px;
        width: 350px;
        font-size: 16px;
    }

    .heardSearchBox .search-box .search-but {
        display: flex;
        align-items: center;
        font-size: 16px;
        padding: 0 15px 0 10px;
        cursor: pointer;
        color: #fff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21a3ed), color-stop(100%,#0b86dd));
        background: -webkit-linear-gradient(left,#21a3ed,#0b86dd);
        background: -o-linear-gradient(left,#21a3ed,#0b86dd);
        background: -moz-linear-gradient(left,#21a3ed,#0b86dd);
        background: -mos-linear-gradient(left,#21a3ed,#0b86dd);
        background: -ms-linear-gradient(left, #21a3ed 0%,#0b86dd 100%);
        background: linear-gradient(left,#21a3ed,#0b86dd);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21a3ed', endColorstr='#0b86dd',GradientType=1 );
    }

        .heardSearchBox .search-box .search-but .iconfont {
            margin-right: 5px;
        }

.heardSearchBox .search-hot-list {
    display: flex;
    padding: 8px 0 10px 0;
    font-size: 15px;
}

    .heardSearchBox .search-hot-list li {
        margin-left: 12px;
        cursor: pointer;
    }

    .heardSearchBox .search-hot-list li {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;        
        padding: 0px 5px;
        color: #fff;
		font-size: 16px;
    }

        .heardSearchBox .search-hot-list li.search-tip {
            color: #f15c09;
            font-weight: bold;
            background: none;			
			vertical-align:middle;	
			padding:5px 0;
        }

.minddle-main .content-box{ margin-top:0;}


/*---新头部修改--结束--*/


/* 底部样式 */
.page-footer {
    background: #f5f5f5;
}

    .page-footer .nav-box {
        background: #c5e5fe;
    }

.linklb {
    width: 100%;
    max-width: 1250px;
}

    .linklb ul {
        overflow: inherit;
        padding: 10px 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .linklb li {
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 233px;
        border-right: 1px solid #fff;
        background: url(../images/arrow23.png) no-repeat 160px 18px #fff;
        font-size: 16px;
    }

        .linklb li a {
            color: #777;
        }

            .linklb li a:hover {
                color: #015293;
            }

            .linklb li a:visited {
                color: #015293;
            }

        .linklb li:hover {
            background: url(../images/arrow23.png) no-repeat 160px 19px #f5f5f5;
        }

        .linklb li ul {
            display: none;
        }

        .linklb li:hover a {
            display: block;
            width: 100%;
            color: #333;
        }

            .linklb li:hover a:hover {
                color: #015293 !important;
            }

        .linklb li:hover ul {
            display: block;
            position: absolute;
            left: 0;
            width: 100%;
            background: #f2f6f9;
            z-index: 9999;
            top: 50px;
        }

    .linklb .szf .zfbm, .linklb .szf .pcjg, .linklb .szf .sydw, .linklb .szf .jtzz {
        font-size: 13px;
        width: auto;
        position: absolute;
        overflow-x: none;
        overflow-y: none;
    }

    .linklb .szf .zfbm {
        top: 10px;
    }

    .linklb .szf .pcjg {
        top: 185px;
    }

    .linklb .szf .sydw {
        top: 210px;
    }

    .linklb .szf .jtzz {
        top: 235px;
    }

    .linklb .szf {
        min-height: 248px;
    }

        .linklb .szf dt {
            float: left;
            width: 100px;
            color: #015293;
            font-weight: bold;
            line-height: 25px;
            font-size: 15px;
            text-align: center;
        }

        .linklb .szf ul li {
            line-height: 24px !important;
            float: left !important;
            text-align: left !important;
            background: url(../images/arow1.png) no-repeat 1px;
            padding-left: 10px !important;
            border-right: none !important;
            width: 195px;
            text-indent: 0;
            height: 24px !important;
        }

            .linklb .szf ul li a {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 24px !important;
            }

    .linklb .pcjg ul li {
        line-height: 24px !important;
        float: left !important;
        text-align: left !important;
        background: url(../images/arow1.png) no-repeat 1px;
        padding: 0px 30px 0px 15px !important;
        border-right: none !important;
        width: 255px;
    }

        .linklb .pcjg ul li a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 24px !important;
        }

    .linklb .up_bd, .linklb .up_bd3, .linklb .up_bd4, .linklb .up_bd5 {
        padding-top: 5px;
    }

        .linklb .up_bd li, .linklb .up_bd2 li, .linklb .up_bd3 li, .linklb .up_bd4 li, .linklb .up_bd5 li {
            margin: 0px 10px 0px 30px;
            line-height: 30px !important;
            float: left;
            width: 195px !important;
            text-align: left !important;
            background: url(../images/arow1.png) no-repeat 8px 14px;
            padding-left: 10px;
            text-indent: 10px !important;
            border-right: none !important;
            height: 30px;
            line-height: 30px;
            font-size: 16px !important;
        }
		
		.linklb .up_bd4 li{width: 359px !important;}

            .linklb .up_bd li a, .linklb .up_bd3 li a, .linklb .up_bd4 li a, .linklb .up_bd5 li a {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 30px !important;
            }
.linklb .pcjg ul li{width: 322px !important;}

.sylink li:hover ul {
    top: 50px !important;
}

.sylink li:hover ul,
.linklb li:hover ul {
    width: 1250px;
    padding: 5px 10px 15px 10px;
    overflow-y: auto;
    background: #f5f5f5;
    box-sizing: border-box;
}

.linklb .up_bd2 li {
    margin: 0;
    text-indent: 0;
    padding-left: 0;
    background: none !important;
    height: inherit !important;
}

    .linklb .up_bd2 li .szf ul, .linklb .up_bd2 li .szf li {
        height: inherit !important;
    }

    .linklb .up_bd2 li .szf li {
        padding: 0;
        text-indent: 0;
      	background: url(../images/arow1.png) no-repeat 1px !important;
    }

.linklb .szf ul {
    width: auto;
    padding: 0;
    position: inherit !important;
}


.linklb .szf dd {
    float: left;
    width: 1122px;
}

    .linklb .szf dd ul {
        width: auto;
        padding: 0 5px;
    }

        .linklb .szf dd ul li {
            margin-left: 0;
        }

.linklb li:hover ul .szf dd ul {
    width: auto;
}


.linklb .up_bd, .linklb .up_bd2, .linklb .up_bd3, .linklb .up_bd4, .linklb .up_bd4 {
    left: 0;
}

.page-footer .info-box {
    padding: 20px 0 20px;
    background: #2165ac;
  	min-width: 1252px;
}

.lianjie {
    overflow: hidden;
    zoom: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 30px;
}

    .lianjie select {
        display: block;
        float: left;
        width: 300px;
        height: 40px;
        color: #bed3f0;
        font-size: 16px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding-left: 25px;
        background: url(../images/yjarrow1.png) no-repeat 260px 15px rgba(255, 255, 255, 0.1);
        line-height: 40px;
        outline: none;
        appearance: none;
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none; /* Safari 和 Chrome */
    }

        .lianjie select option {
            line-height: 30px;
            font-size: 15px;
            color: #444;
            margin-bottom: 20px;
        }

.page-footer .info-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .page-footer .info-content .left-img-nav {
        display: flex;
        align-items: center;
    }

        .page-footer .info-content .left-img-nav * {
            margin-right: 20px;
        }

    .page-footer .info-content .right-txt-box {
        font-size: 12px;
        color: #fff;
    }

        .page-footer .info-content .right-txt-box a {
            color: #fff;
        }

.info-content .right-txt-box p {
    margin-bottom: 8px;
}

.page-main {
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 20px;
    display: block;
}

/* Pager 分页区域 */
.pager {
    padding: 12px 0 0 0px;
    height: 50px;
    display: table;
    margin: 0 auto;
}

    .pager a,
    .pager span {
        display: block;
        float: left;
        padding: 2px 8px;
        margin-right: 10px;
        text-align: center;
        border: 1px solid #d1d1d1;
        border-radius: 4px;
        color: #333;
    }

        .pager a:active {
            display: block;
            float: left;
            border: 1px solid #d1d1d1;
            color: #fff;
            background: #0575c3;
        }

        .pager a:hover {
            border: 1px solid #0575c3;
            text-decoration: none;
            color: #fff;
            background: #0575c3;
        }

        .pager span.current {
            background: #0575c3;
            border: 1px solid #0575c3;
            color: #fff;
            font-weight: bold;
        }

        .pager span.disabled {
            border: 1px solid #c5c5c5;
            padding: 2px 8px;
            color: #c0c0c0;
        }

.newlist {
    width: 100%;
}

    .newlist li {
        overflow: hidden;
        zoom: 1;
        line-height: 35px;
        background: url(../images/arow1.png) no-repeat left;
        padding-left: 15px;
        font-family: '微软雅黑';
    }

        .newlist li a {
            display: inline-block;
            float: left;
            max-width: 82%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .newlist li span {
            width: 80px;
            float: right;
            color: #777;
            text-align: center;
            font-size: 14px;
        }

        .newlist li.line2 {
            border-bottom: 1px dashed #d2d2d2;
            height: 1px;
            margin: 5px 0px;
            background: none;
        }


/*-------当前位置-----*/
.location {
    line-height: 26px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
	background: url(../images/locai1.png) no-repeat left;
	padding-left:25px;
}

    .location a {
        margin: 0px 5px;
        color: #666;
    }

    .location .icon-weizhi1 {
        color: #666;
    }

/* content背景图片 */
.page-content-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: url('../images/content-top.png') no-repeat top center;
    background-size: cover;
    z-index: 0;
}

.bg-img {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 500px;
    background: url('../images/content-top.png') no-repeat top center;
    background-size: cover;
    z-index: 0;
}

/*--返回顶部--*/
.goto-top {
    position: fixed;
    bottom: 100px;
    right: 80px;
    z-index: 10;
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    background: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.header-container .hc-right-box li {
    display: block;
    margin-left: 16px;
    cursor: pointer;
    position: relative;
	font-size:14px;
}

.goto-top .iconfont {
    font-size: 26px;
}
.xmtcd{ width:111px !important; background: #fff; left: -112px !important;-webkit-box-shadow: 0 0 2px 2px #e3effd;	-moz-box-shadow: 0 0 2px 2px #e3effd;box-shadow: 0 0 2px 2px #e3effd;padding-right:0 !important; bottom:-150px !important; top:inherit !important}
.xmtcd i{right:-16px !important;}


    .zwxmterm i, .zwxmterm span {
        display: block;
    }

    .zwxmterm i {
        width: 0;
        height: 0;
        border-width: 8px;
        border-style: solid;
        margin-left: 47%;
        border-color: transparent transparent #fff transparent;
        z-index: 99;
    }

    .zwxmterm ul {
        background: #fff;
        padding: 4px;
        overflow: hidden;
        box-sizing: border-box;
    }

        .zwxmterm ul li {
            width: 98px !important;
            margin: 0 2px !important;           		
        }
.zwxmterm ul li a{padding:0  5px!important}
            .zwxmterm ul li img, .zwxmterm ul li span {
                display: block;
                text-align: center;
                margin: 0 auto;
            }

            .zwxmterm ul li img {
                width: 98px;
            }

            .zwxmterm ul li span {
                color: #444;
                line-height: 18px;
                padding-bottom: 5px;
            }

.header-container .hc-right-box li:hover .zwxmterm {
    display: block;
}


/*----页面右边栏悬浮导航2023-----*/
.page-right-nav {position: fixed;right: 205px;top: 312px;z-index: 99;transition: 0.3s;}
.page-right-nav-heid {width: 46px;}
.tourismBox{ width:112px; height: 167px;margin-bottom:2px;}
.tourismBox img{ width:100%;}

.page-right-nav ul.page-right-list{ background: #fff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;width: 76px;margin-left:17px;}

.page-right-nav .page-right-list .page-right-item a {display: flex;flex-direction: column;align-items: center;
  justify-content: center;padding: 0px 10px 2px 10px;  margin-bottom: 1px;  color: #333;font-size: 15px;box-sizing: border-box;}
.page-right-nav .page-right-list li:first-child a,.page-right-nav .page-right-list li:nth-child(2) a{padding:8px 10px;}
.page-right-nav .page-right-list .page-right-item .iconfont {font-size: 22px;  margin-top:5px;}
.page-right-nav .page-right-list .page-right-item span {  margin-top: 4px;}
.page-right-nav .page-right-list .page-right-item:first-of-type a {background: #ff9630;color: #fff;}
.page-right-nav .page-right-list .page-right-item:nth-of-type(2) a {background: #3b82de;color: #fff;}
.page-right-nav .retract-box {background: #3b82de;  color: #fff;  padding: 6px 10px;  display: flex;  align-items: center;  justify-content: center;
  cursor: pointer;  user-select: none;	margin-left:17px;width:76px;box-sizing: border-box;font-size: 15px;}
.page-right-nav .retract-box .iconfont {margin: 0 5px;  display: inline-block;transition: all 0.25s;}

/*right hover*/
ul.page-right-list li.page-right-item{ position: relative;}
.page-right-nav .page-right-list{ overflow: inherit;}
.page-right-nav .gxPush{width:110px;position:absolute; left:-158px; top:0px; z-index:99;padding-right:40px; font-size: 16px;}
.hovFrame{ width:115px; background:#fff;padding:10px 10px 10px 20px;-webkit-box-shadow: 0 0 2px 2px #e3effd;	-moz-box-shadow: 0 0 2px 2px #e3effd;box-shadow: 0 0 2px 2px #e3effd; position: relative;}
li.page-right-item .gxPush i{ width: 0;height: 0;border-width: 8px;border-style: solid;border-color:transparent transparent transparent #e5f0fd;position: absolute; top:30px; right:-11px; z-index: 99;}

li.page-right-item .xmtcd i{  top:inherit;bottom:180px;}

.hovFrame a,.hovFrame p{ display: block !important; line-height: 26px;  }
.hovFrame a{ color: #0b7fea; height: 30px; line-height: 30px; color: #0b7fea !important; background: none !important;  font-size: 15px !important;  text-align: center;padding:0 !important;}
.hovFrame p{line-height: 20px; font-size: 14px; color: #777;}
.page-right-nav .dy_con{top:154px;}
ul.page-right-list li .gxPush{ display: none;}
ul.page-right-list li:hover .gxPush{ display:block;}

li.page-right-item .gxPush2 p{margin-top:5px; font-size: 18px; color: #444;}
li.page-right-item .gxPush2 i{ font-style: normal;  font-size: 14px; color: #999; position: inherit;}

ul.page-right-list li.newmeiti span{ text-align: center; line-height:18px; }

.wrap,.logoSerch,.entirety,entirety1{ width:1200px; margin:0 auto;}
.entirety{ background:#fff; width:1170px !important; padding:15px 15px; min-height:550px;}
.column1,.column2{width:100%;}
.column2{margin-top:15px;}

.hovFrame img{ width:100%;}

.zwenjz{ text-align: center; color: #0b7fea;line-height: 22px;padding:3px 0;background: #eef6fe;}
.zwenjz a{ color: #0b7fea !important;}
